Unlock
TheUnlock
method unlocks this link-source object, relinquishing access to its content storage unit.
void Unlock (in ODLinkKey key);
key
- A valid key obtained by a prior call to the
Lock
method.DISCUSSION
You should call this method as soon as possible after accessing or modifying the content storage unit of this link-source object.The
key
parameter should be a valid key obtained by an earlier call to theLock
method. After this method executes successfully, the specified key is no longer valid and access to the link-source object's content is relinquished.EXCEPTIONS
kODErrInvalidLinkKey
- The
key
parameter is not a valid key for this link-source object.SEE ALSO
TheODLinkKey
type (page 924).
TheODLinkSource::Lock
method (page 382).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help